-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3.8.0-4 round: fix unlink prefab bug in inspector #15518
Conversation
Interface Check ReportThis pull request does not change any public interfaces ! |
} | ||
} | ||
} | ||
const undoID = await beginRecording(recordings); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unlink-prefab不需要在业务层记录undo,场景中unlink时已经记录好了https://github.com/cocos/editor-extensions/pull/595
} | ||
} | ||
} | ||
const undoID = await beginRecording(recordings); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里如果recordings没有uuid最好不要beginRecording
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done modified
Re: #
Changelog
Continuous Integration
This pull request:
Compatibility Check
This pull request: